home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / EZHome / scripts / bedtime.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1998-03-31  |  117 b   |  9 lines

  1. /* Bedtime LightPreset */
  2.  
  3.     address EZHOME
  4.  
  5.     send A10 on
  6.     send A11 A13 A15 A6 A4 off
  7.     call delay(6000)
  8.     send A10 off
  9.